Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    h(x,y)  → f(x,y,x)
2:    f(0,1,x)  → h(x,x)
3:    g(x,y)  → x
4:    g(x,y)  → y
There are 2 dependency pairs:
5:    H(x,y)  → F(x,y,x)
6:    F(0,1,x)  → H(x,x)
The approximated dependency graph contains one SCC: {5,6}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006